API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsWinUi
Fonts
Enums
FontAntiAliasingQuality.h
1
// FontAntiAliasingQuality.h
3
//
5
6
namespace
nkWinUi
7
{
11
enum class
FONT_ANTI_ALIASING_QUALITY
12
{
13
NONE
= 0,
14
ANTI_ALIAS_BLEND
,
15
SUB_PIXEL_BLEND
16
} ;
17
}
nkWinUi::FONT_ANTI_ALIASING_QUALITY::NONE
@ NONE
No anti-aliasing should be used.
nkWinUi::FONT_ANTI_ALIASING_QUALITY::ANTI_ALIAS_BLEND
@ ANTI_ALIAS_BLEND
Anti-aliasing should be made using simple blending with the background color.
nkWinUi::FONT_ANTI_ALIASING_QUALITY
FONT_ANTI_ALIASING_QUALITY
Lists the available font anti-aliasing quality level supported.
Definition:
FontAntiAliasingQuality.h:12
nkWinUi::FONT_ANTI_ALIASING_QUALITY::SUB_PIXEL_BLEND
@ SUB_PIXEL_BLEND
Anti-aliasing should be made using sub-pixel blending, also named ClearType.
nkWinUi
Encompasses all API of component NilkinsWinUi.
Definition:
Clipboard.h:7
Generated by
Doxygen
1.8.18